home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Super Stacks! / Macworld CD.iso / HyperCard Archives / International / French v1.2.5.1 / Base / background_4251.txt < prev    next >
Text File  |  1989-09-15  |  2KB  |  96 lines

  1. -- background: 4251 from stack: in
  2. -- bmap block id: 2782
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 6 (field)
  16. -- low flags: 01
  17. -- high flags: 0000
  18. -- rect: left=187 top=42 right=59 bottom=317
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 2
  23. -- text size: 14
  24. -- style flags: 256
  25. -- line height: 18
  26. -- part name: 
  27.  
  28.  
  29. -- part 18 (button)
  30. -- low flags: 00
  31. -- high flags: 2000
  32. -- rect: left=12 top=27 right=64 bottom=52
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 2507 / 2507
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   if visible of card field "Aide de base" is true then
  44.     hide card field "Aide de base"
  45.   else
  46.     show card field "Aide de base"
  47.   end if
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 20 (button)
  53. -- low flags: 00
  54. -- high flags: 2000
  55. -- rect: left=256 top=298 right=321 bottom=281
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 1013 / 1013
  58. -- text alignment: 1
  59. -- font id: 0
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: Suivante
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   if short name of this card = "Base" and the userlevel < 5 then
  67.     go to card "Pr√©f√©rences"
  68.   else
  69.     go next card
  70.   end if
  71. end mouseUp
  72.  
  73.  
  74.  
  75. -- part 21 (button)
  76. -- low flags: 00
  77. -- high flags: 2000
  78. -- rect: left=228 top=298 right=321 bottom=254
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 1014 / 1014
  81. -- text alignment: 1
  82. -- font id: 0
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: Précédente
  87. ----- HyperTalk script -----
  88. on mouseUp
  89.   if short name of this card = "Pr√©f√©rences" and the userlevel < 5 then
  90.     go to card "Base"
  91.   else
  92.     go to prev card
  93.   end if
  94. end mouseUp
  95.  
  96.